Carbon


msgWasPartiallyAccepted

Header: EPPC.h

enum {
    msgWasPartiallyAccepted = 2,
    msgWasFullyAccepted = 1,
    msgWasNotAccepted = 0
};

Constant descriptions

msgWasPartiallyAccepted

The posting enumerator value in the return receipt that indicates the message was partially accepted.

msgWasFullyAccepted

The posting enumerator value in the return receipt that indicates the message was fully accepted.

msgWasNotAccepted

The posting enumerator value in the return receipt that indicates the message was fully accepted.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)